home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 31
/
Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso
/
Aminet
/
dev
/
c
/
vbccwos.lha
/
vbcc
/
doc
/
vprof.doc
< prev
next >
Wrap
Text File
|
1999-03-07
|
771b
|
34 lines
INTRODUCTION
vprof is a portable utility to visualize the profiling informations,
which are usually stored in the file "mon.out".
It shows the percentage of total time spent in a function, the
total time in seconds, the number of function calls and the time
by call in ms.
LEGAL
vprof is freeware.
USAGE
vprof [mon.out]
If the profiling file has another name than "mon.out", you may
specify it as an argument to vprof.
Some vbcc code generators are able to create profiling information
by compiling with the -prof option (vbccm68k, for example).
BUGS
The percentage column is still not working and will always
display "n.a.".
Frank Wille frank@phoenix.owl.de